home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / strategy / xsok-1.000 / xsok-1 / xsok-1.01 / README < prev   
Text File  |  1994-11-24  |  2KB  |  38 lines

  1. Hi,
  2. Here is a short checklist of what you need to compile and run xsok-1.00.
  3.  
  4. - an ANSI C compiler
  5. - a POSIX.1 conforming system (OK, with some patches, you may do without)
  6. - GNU gzip / gunzip binaries somewhere in your PATH (same comment)
  7. - X11 R5 or R6 (older ones possibly work, but are untested)
  8. - the XPM library (libXpm.*), preferably version 3.2g or newer. I used the
  9.   dll version of Mitch DSouza (mitchum.dsouza@mrc-apu.cam.ac.uk) found in
  10.   sunsite.unc.edu:/pub/Linux/libs/X/libXpm-3.4c.tar.gz (28-aug-1994)
  11. - LaTeX if you want to print the manual.
  12.  
  13. For a standard installation, type 'make', optionally 'make manual', then
  14. (as root) 'make install'. Type 'install.fsstnd' if you want to install the
  15. binary in /usr/games/bin instead of X11's bin directory (I prefer this).
  16. If you want to install xsok locally, i.e. in your home directory, change
  17. XSOKDIR and XSOKSAVE to $(HOME)/xsok in src/Imakefile, then type 'make'
  18. and 'make install.local'. There is a patch for this in the diffs subdirectory.
  19.  
  20. Apart from Linux, this software has been tested on a HP 9000/720 (HP-UX 9.01),
  21. which required commenting out the HAVE_USLEEP and BSD_NETKIT options in
  22. src/Imakefile. Diffs for this can be found in the diffs subdirectory.
  23.  
  24. Compiling on a SUN (SUNOS 4.1.3) produced LOTS of warnings due to missing
  25. prototypes in the non-ANSI include files, but the binary worked nevertheless.
  26.  
  27. If the installation succeeds, but you get the error message
  28. 'Cannot read floor.xpm', you perhaps have an older version of libXpm.
  29. Simply gunzip $(XSOKDIR)/*.xpm.gz and be happy again.
  30. (This was the case with both the SUN and the HP machine.)
  31.  
  32. Please report bugs to mbi@mo.math.nat.tu-bs.de.
  33.  
  34. Should you create new levels, I would be glad if you could send them to me.
  35.  
  36.         Have fun
  37.            Michael
  38.